home *** CD-ROM | disk | FTP | other *** search
/ Tokyo Night Life Interactive / Tokyo Night Life Interactive.iso / mac / MAIN / NOZOKI_A / 00206_Script_206 < prev    next >
Text File  |  1995-06-13  |  108b  |  10 lines

  1. set temp = random(2)
  2.  
  3. if temp = 1 then
  4.     go to "YO"
  5.     exit
  6. else
  7.     go to "FU"
  8.     exit
  9. end if
  10.